   ________  ________             _    __     __  __            __
  / ____/  |/  /__  /            | |  / /__  / /_/ /____  _  __/ /
 / / __/ /|_/ / /_ <   ______    | | / / _ \/ __/ __/ _ \| |/_/ / 
/ /_/ / /  / /___/ /  /_____/    | |/ /  __/ /_/ /_/  __/>  </ /  
\____/_/  /_//____/              |___/\___/\__/\__/\___/_/|_/_/   
===================================================================


This simple batch file launches Minecraft, but with the amount of memory specified in the batch file, not at the default 1GB amount. 
This helps eliminate the 'Out of Memory' issues and other issues using high definition texture packs. 
It uses the concepts applied by server wrappers to manage jar files while providing a relatively smooth experience for the end user.
If this does not work for you, edit the batch file to show the appropriate location and version of Java on your computer. 
To adjust the amount of RAM used, Xms is the minimum amount while Xmx is the maximum amount. (1,536MB = 1.5GB Ram, 2048MB = 2GB of Ram).


Instructions:
-------------
1) Choose the appropriate file (the sizes in GB are amounts to give Minecraft, not what you have in your computer!)
2) Copy the batch file (.bat) to the same directory (folder) where Minecraft.exe is located.
3) Run the batch file from now on to allocate more memory.

Note to Users:
--------------
THIS IS CURRENTLY CONFIGURED TO WORK WITH THE FOLLOWING:
 - 64bit Windows with 32bit Java installed
 - 64bit Windows with 64bit Java installed
 
 If you have 64bit Windows with 32bit Java installed, I recommend you either get 64bit or
 update the batch file of your choice with the correct path to Java.